projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
619a2c4
)
(compilation-disable-input): Default to nil.
author
Richard M. Stallman
<rms@gnu.org>
Sat, 20 Aug 2005 21:47:06 +0000
(21:47 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 20 Aug 2005 21:47:06 +0000
(21:47 +0000)
lisp/progmodes/compile.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/compile.el
b/lisp/progmodes/compile.el
index 8fd261f04f589f8385d5ed1aca288f81c64f51dd..94414e2d482d6e5f83f86ecb47eff92d87ab80e5 100644
(file)
--- a/
lisp/progmodes/compile.el
+++ b/
lisp/progmodes/compile.el
@@
-446,7
+446,7
@@
You might also use mode hooks to specify it in certain modes, like this:
:type 'string
:group 'compilation)
-(defcustom compilation-disable-input
t
+(defcustom compilation-disable-input
nil
"*If non-nil, send end-of-file as compilation process input.
This only affects platforms that support asynchronous processes (see
start-process); synchronous compilation processes never accept input."